home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / martin / 00017_duck1col2mm.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  298 b   |  16 lines

  1. on mouseDown
  2.   global WhereWeAre, TheStory
  3.   if TheStory = "Story1" then
  4.     go(40 + WhereWeAre)
  5.   end if
  6.   if TheStory = "Story2" then
  7.     go(WhereWeAre + 1)
  8.   end if
  9.   if TheStory = "Story3" then
  10.     go(WhereWeAre - 30)
  11.   end if
  12.   if TheStory = "Story4" then
  13.     go(WhereWeAre - 60)
  14.   end if
  15. end
  16.